public class DecimalNumber : NumberPublic Class DecimalNumber
Inherits Number| DecimalNumber | Initializes a new instance of the DecimalNumber class. |
| DecimalPlaces | Specifies the number of decimal places to display. |
| DecimalReplacement | Specifies the replacement text for decimal places if a number style specifies that decimal places are used but the number displayed is an integer. |
| DisplayFactor | Specifies the factor by which each number is scaled (divided) before displaying. |
| EmbeddedTexts | Contains a collection of NumberEmbeddedText objects. |
| Grouping | Specifies whether the integer digits of a number should be grouped using a separator character. |
| MinIntegerDigits | Specifies the minimum number of integer digits to display in a number, a scientific number, or a fraction. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current DecimalNumber object to its equivalent string representation.
(Overrides ObjectToString) |